Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Peptide
Returns an array of information about amino acids
Previously convertAASequence(sequence) (deprecated)
Returns a peptidic sequence from a PDB or one letter code to the internal molecular formula format
Arguments
sequence
- string with the amino acids sequenceCharge the peptide at a specific pH. 'mf' is either a 3 letter peptide sequence or an array of peptide sequences.
Arguments
mf
- string with a molecular formula to chargeAllow neutral loss :
The residues may not be modified.
Arguments
mf
- string with a molecular formula to chargeGenerate peptide fragmentation. Returns an array of molecular formulas with the different fragments.
Arguments
mf
- string with the molecular formulaoptions
- object with requested fragments. Default: {a:false, b:true, c:false, x:false, y:true, z:false, i:false}
You can also specify internal fragments using the options 'ya', 'yb', 'yc' and 'zc' as well as the minimal length of internal fragments 'minInternal' and the maximal length of internal fragments 'maxInternal'
pKa of amino acids is based on https://en.wikipedia.org/wiki/Amino_acid.
Calculate the charge for a specific amino acid sequence. The sequence should be entered in the form "HAlaGlyOH". Please take care about the N and C terminal end. You may use the methods "convertAASequence" to create such a sequence from other format.
Arguments
sequence
- string with the amino acids sequenceph
- ph for which to calculate the charge. Default: 7.0Split a 3 letter code sequence respecting uppercase, lowercase in an array of residu.
Arguments
sequence
- string with the amino acids sequenceAllows to digest virtually a peptide
Arguments
sequence
- string with the amino acids sequenceoptions
minMissed
- minimal missed cleavage (default: 0)maxMissed
- maximal missed cleavage (default: 0)minResidue
- minimal number of residues (default: 0)maxResidue
- maximal number of residues (default: infinity)enzyme
- enzyme used for digestion
Calculate the isoelectric point for a specific amino acid sequence. The sequence should be entered in the form "HAlaGlyOH". Please take care about the N and C terminal end. You may use the methods "convertAASequence" to create such a sequence from other format.
Arguments
sequence
- string with the amino acids sequenceReturns an object containing the y and yAbs array of the charge of the peptide for a pH that goes from 0 to 14.
Arguments
sequence
- string with the amino acids sequenceReturns a color based on the isoelectric point :
Arguments
iep
- the value of the isoelectric pointFAQs
Peptide
The npm package peptide receives a total of 503 weekly downloads. As such, peptide popularity was classified as not popular.
We found that peptide demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.